Boost BASE_PURESIZE to fix build on certain archs
authorSean Whitton <spwhitton@spwhitton.name>
Tue, 25 Feb 2025 01:19:38 +0000 (09:19 +0800)
committerSean Whitton <spwhitton@spwhitton.name>
Thu, 20 Nov 2025 18:00:16 +0000 (18:00 +0000)
src/puresize.h

index f2576666a66f1776d81766f9bea689bba5de7e2c..1dc2bb1585aa04fbd3cf02cc1fdd8282a786b4ec 100644 (file)
@@ -47,7 +47,7 @@ INLINE_HEADER_BEGIN
 #endif
 
 #ifndef BASE_PURESIZE
-#define BASE_PURESIZE (3400000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
+#define BASE_PURESIZE (5500000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
 #endif
 
 /* Increase BASE_PURESIZE by a ratio depending on the machine's word size.  */